home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / gnome-bluetooth / pin-code-database.xml < prev    next >
Extensible Markup Language  |  2009-10-14  |  6KB  |  156 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2.  
  3. <!-- This is a PIN code database for use in the Bluetooth wizard.
  4.  
  5.   Copyright (C) 2008-2009  Bastien Nocera <hadess@hadess.net>
  6.  
  7.   This program is free software; you can redistribute it and/or modify
  8.   it under the terms of the GNU General Public License as published by
  9.   the Free Software Foundation; either version 2 of the License, or
  10.   (at your option) any later version.
  11.  
  12.   This program is distributed in the hope that it will be useful,
  13.   but WITHOUT ANY WARRANTY; without even the implied warranty of
  14.   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  15.   GNU General Public License for more details.
  16.  
  17.   You should have received a copy of the GNU General Public License
  18.   along with this program; if not, write to the Free Software
  19.   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  20. -->
  21.  
  22. <!--
  23.   The wizard will match devices, following the order of the XML file [1],
  24.   on any combination of type, OUI, or name.
  25.  
  26.   The special NULL pin means that the devices will not be paired, but
  27.   connected to and marked as trusted. This is for devices such as mice
  28.   and joypads where there is no encryption
  29.  
  30.   If a device can use a random PIN but is limited in the number of digits that
  31.   can be entered, then set the "pin" attribute should be set to "max:X" where X
  32.   is the maximum number of digits, for example max:4 for 4 digits.
  33.  
  34.   [1]: So specific devices should be at the top, and generic ones at the bottom,
  35.   so settings for specific devices are overridden as expected.
  36. -->
  37.  
  38. <!DOCTYPE devices [
  39.     <!ELEMENT devices (device)+>
  40.     <!ELEMENT device EMPTY>
  41.     <!ATTLIST device type (any|mouse|keyboard|headset|headphones|audio|printer|network) "any">
  42.     <!ATTLIST device oui CDATA #IMPLIED>
  43.     <!ATTLIST device name CDATA #IMPLIED>
  44.     <!ATTLIST device pin CDATA #REQUIRED>
  45. ]>
  46.  
  47. <devices>
  48.  
  49. <!-- Input devices -->
  50.  
  51.     <!-- TomTom Go remote -->
  52.     <device type="keyboard" oui="00:13:6C:" name="TomTom Remote" pin="0000"/>
  53.  
  54.     <!-- Sony PlayStation 3 Remote Control -->
  55.     <device oui="00:19:C1:" name="BD Remote Control" pin="NULL"/>
  56.     <device oui="00:1E:3D:" name="BD Remote Control" pin="NULL"/>
  57.  
  58.     <!-- Apple Wireless and Mighty Mouse
  59.          Note: Apple doesn't follow the specs, and requires their mice
  60.          to be paired -->
  61.     <device oui="00:0A:95:" type="mouse" pin="0000"/>
  62.     <device oui="00:14:51:" type="mouse" pin="0000"/>
  63.  
  64.     <!-- Wiimote -->
  65.     <device oui="00:19:1D:" name="Nintendo RVL-CNT-01" pin="NULL"/>
  66.     <device oui="00:1F:C5:" name="Nintendo RVL-CNT-01" pin="NULL"/>
  67.  
  68. <!-- GPS devices -->
  69.     <device oui="00:0D:B5:" name="TomTom Wireless GPS MkII" pin="0000"/>
  70.     <device oui="00:0D:B5:" name="GPS-GW-005" pin="0000"/>
  71.  
  72.     <!-- http://bugzilla.gnome.org/show_bug.cgi?id=560870 -->
  73.     <device oui="00:0A:3A:" name="BT GPS" pin="0000"/>
  74.  
  75.     <!-- http://bugzilla.gnome.org/show_bug.cgi?id=560606 -->
  76.     <device oui="00:1B:C1:" name="HOLUX_M-241" pin="0000"/>
  77.     <device oui="00:01:C1:" name="HOLUX_M-241" pin="0000"/>
  78.  
  79.     <!-- http://bugzilla.gnome.org/show_bug.cgi?id=560713 -->
  80.     <device oui="00:0B:24:" name="Triceiver" pin="0000"/>
  81.  
  82.     <!-- http://bugzilla.gnome.org/show_bug.cgi?id=560715 -->
  83.     <device oui="00:00:00:" name="BT-Q880" pin="0000"/>
  84.  
  85.     <!-- http://bugzilla.gnome.org/show_bug.cgi?id=560625 -->
  86.     <device oui="00:11:67:" name="eGPS-397" pin="0000"/>
  87.  
  88.     <!-- http://bugzilla.gnome.org/show_bug.cgi?id=560604 -->
  89.     <device oui="00:1B:C1:" name="HOLUX_M-1000" pin="0000"/>
  90.  
  91.     <!-- http://bugzilla.gnome.org/show_bug.cgi?id=561326 -->
  92.     <device oui="00:0B:0D:" name="G-Rays1" pin="0000"/>
  93.  
  94.     <!-- http://bugzilla.gnome.org/show_bug.cgi?id=571119 -->
  95.     <device oui="00:0B:0D:" name="G-Rays2" pin="0000"/>
  96.  
  97.     <!-- http://bugzilla.gnome.org/show_bug.cgi?id=561327 -->
  98.     <device oui="00:0A:3A:" name="HUDGPS" pin="0000"/>
  99.  
  100.     <!-- http://bugzilla.gnome.org/show_bug.cgi?id=562479 -->
  101.     <device oui="00:0B:0D:" name="iBT-GPS" pin="0000"/>
  102.     <device oui="00:1C:88:" name="iBT-GPS" pin="0000"/>
  103.  
  104.     <!-- http://bugzilla.gnome.org/show_bug.cgi?id=563554 -->
  105.     <device oui="00:0D:B5:" name="BT-GPS-37A4C2" pin="0000"/>
  106.  
  107.     <!-- http://bugzilla.gnome.org/show_bug.cgi?id=563614 -->
  108.     <device oui="00:0B:0D:" name="HOLUX GPSlim240" pin="0000"/>
  109.  
  110.     <!-- http://bugzilla.gnome.org/show_bug.cgi?id=563554 -->
  111.     <device oui="00:0D:B5:" name="BT-GPS-37A4C2" pin="0000"/>
  112.  
  113.     <!-- http://bugzilla.gnome.org/show_bug.cgi?id=576490 -->
  114.     <device oui="00:0D:B5:" name="BT-GPS-339D35" pin="0000"/>
  115.  
  116.     <!-- http://bugzilla.gnome.org/show_bug.cgi?id=560315#c20 -->
  117.     <device oui="00:02:5B:" name="Pharos iGPS-BT" pin="12345678"/>
  118.  
  119.     <!-- https://bugzilla.redhat.com/show_bug.cgi?id=472686#c0 -->
  120.     <device oui="00:00:00:" name="Rikaline" pin="0000"/>
  121.  
  122.     <!-- http://bugzilla.gnome.org/show_bug.cgi?id=560609 -->
  123.     <device oui="00:18:96:" name="GW-GPS-009" pin="0000"/>
  124.  
  125. <!-- Audio devices -->
  126.  
  127.     <!-- http://bugzilla.gnome.org/show_bug.cgi?id=560315 -->
  128.     <device type="headset" name="X3 micro" pin="1234"/>
  129.  
  130.     <!-- http://bugzilla.gnome.org/show_bug.cgi?id=561324 -->
  131.     <device type="headset" oui="00:03:C9:" name="BT Headset" pin="1111"/>
  132.  
  133.     <!-- http://bugzilla.gnome.org/show_bug.cgi?id=573059 -->
  134.     <device type="headset" oui="00:12:A1:" name="BT Stereo Headset" pin="1234"/>
  135.  
  136.     <!-- http://bugzilla.gnome.org/show_bug.cgi?id=561325 -->
  137.     <device type="network" oui="00:06:66:" name="OBDPros scantool" pin="1234"/>
  138.  
  139.     <!-- http://bugzilla.gnome.org/show_bug.cgi?id=583651 -->
  140.     <device type="audio" oui="00:1A:80:" name="CMT-DH5BT" pin="max:4"/>
  141.  
  142. <!-- Generic types -->
  143.  
  144.     <!-- Printers -->
  145.     <device type="printer" pin="0000"/>
  146.  
  147.     <!-- Headphones and headsets -->
  148.     <device type="headphones" pin="0000"/>
  149.     <device type="headset" pin="0000"/>
  150.     <device type="audio" pin="0000"/>
  151.  
  152.     <!-- Mice don't need pincodes -->
  153.     <device type="mouse" pin="NULL"/>
  154.  
  155. </devices>
  156.